projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9a41e
)
(directory_files_internal): Always return decoded filenames.
author
Kenichi Handa
<handa@m17n.org>
Mon, 18 Dec 2000 12:05:38 +0000
(12:05 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 18 Dec 2000 12:05:38 +0000
(12:05 +0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index bcfe8ddd8200359b7687cf9eddff5ab1b78ad92a..78b2d07e2e4259951a47278f56ef9f2e58f91c26 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-268,6
+268,8
@@
directory_files_internal (directory, full, match, nosort, attrs)
finalname = fullname;
}
+ else
+ finalname = name;
if (attrs)
{